Auto merge of #2893 - KasMA1990:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 19 Jul 2016 15:45:06 +0000 (08:45 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2016 15:45:06 +0000 (08:45 -0700)
commit13e7f303fdadea3d4166dae98d73f50f5c1733bf
treea1bfbcf75c2e1b5d369ed7cfaf10ea32250c7a31
parentb45997c21b1d9aa52c0992ccf34c4ecccbe6194f
parent42308bef110c37940caaf57e5c3ce62a6da0b2c8
Auto merge of #2893 - KasMA1990:patch-1, r=alexcrichton

Include reference to Rust code structuring

Hey guys, I'm proposing this little addition to the manifest. When I first started with Rust, I wanted to make a simple crate, so the "Getting Started" (and from there, the manifest) document on crates.io was a natural entry point for me. However, it would have helped getting over some headaches initially if the Cargo documentation had driven me into the relevant Rust documentation; in the beginning at least it wasn't clear to me where Cargo ended and Rust began, especially with modules.

I'm not sure if this should be in the actual manifest or in the "Getting Stated" doc, or if you want it there at all, but it's a quality-of-life thing that I think past-me would have appreciated at least :)